home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.5 Applications 2004 April / SGI IRIX 6.5 Applications 2004 April.iso / dist / mozilla.idb / var / netscape / mozilla / defaults / profile / CN / chrome / userContent-example.css.z / userContent-example.css
Cascading Style Sheet File  |  2004-01-06  |  602b  |  29 lines

  1. /*
  2.  * Edit this file and copy it as userContent.css into your
  3.  * profile-directory/chrome/
  4.  */
  5.  
  6. /*
  7.  * This file can be used to apply a style to all web pages you view
  8.  * Rules without !important are overruled by author rules if the
  9.  * author sets any.  Rules with !important overrule author rules.
  10.  */
  11.  
  12. /*
  13.  * example: turn off "blink" element blinking
  14.  *
  15.  * blink { text-decoration: none ! important; }
  16.  *
  17.  */
  18.  
  19. /*
  20.  * example: give all tables a 2px border
  21.  *
  22.  * table { border: 2px solid; }
  23.  */
  24.  
  25. /* 
  26.  * For more examples see http://www.mozilla.org/unix/customizing.html
  27.  */
  28.  
  29.